home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / run18.zip / README.TXT next >
Text File  |  1993-02-21  |  2KB  |  83 lines

  1. I grant the programs run and sched to the public domain.
  2.  
  3.  
  4.  
  5. DESCRIPTION
  6. -----------
  7.  
  8. With the combination of the programs run and sched, it is possible
  9. to start any program written for Microsoft Windows, from a windowed
  10. DOS prompt. 
  11.  
  12. Add the following line into the section [windows] in win.ini:
  13.     load=sched.exe
  14.     
  15. To start a windows program, just type at the DOS prompt:
  16.     run windows_program [parameters] [&]
  17.  
  18. The optional & symbol indicates the program will run minimized.
  19.  
  20.  
  21.  
  22. SYSTEM REQUIREMENTS
  23. -------------------
  24.  
  25. You must run Windows in 386 enhanced mode.
  26.  
  27.  
  28.  
  29.  
  30. HISTORY
  31. -------
  32.  
  33. Version 0.9: Beta release.
  34.  
  35. Version 1.0: Initial release.
  36.  
  37. Version 1.1: Cosmetic changes. From now on error messages will be given
  38.              by system modal dialog boxes.
  39.  
  40. Version 1.2: Critical sections of the program run are protected against
  41.              task switches. However the chance of an error caused by a task
  42.              switch within a critical section, is extremely small. 
  43.  
  44. Version 1.3: Critical sections of the program run are protected against 
  45.          control-breaks. However the chance of an error caused by a 
  46.          control-break within a critical section, is extremely small. 
  47.  
  48. Version 1.4: Code is added to the program run, which will give an error 
  49.          message if the scheduler is not loaded.
  50.  
  51. Version 1.5: Removal of a minor bug in the extra code added in version 1.4.
  52.  
  53. Version 1.6: Test on the existing of the environment variable TEMP is added.
  54.              Sampling time at which the scheduler is scanning for jobs is
  55.              changed.
  56.  
  57. Version 1.7: The source is modified to be compiled at warning level 3 of
  58.              Microsoft C 7.0. The code added in version 1.4 is removed again, 
  59.              because it did not work properly when compiled with Microsoft 
  60.              C 7.0. (It was too time consuming.)
  61.  
  62. Version 1.8: Removal of a bug preventing sched from changing the default
  63.          drive.
  64.  
  65.  
  66.  
  67. HOW TO FIND THE VERSION NUMBER
  68. ------------------------------
  69.  
  70. Run /? gives the version number and help for run.exe.
  71. Run sched /? gives the version number and help for sched.exe.
  72.  
  73.  
  74.  
  75.  
  76.                 Frits Wiarda
  77.                 Korvezeestraat 346
  78.                 2628 DR Delft
  79.                 Holland
  80.                 phone +31.15.561049
  81.                 e-mail 71553.3104@compuserve.com
  82.  
  83.